projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4de81e3
)
Remove debugging.
author
Robert Lipe
<robertlipe@gpsbabel.org>
Sun, 16 Feb 2020 05:04:59 +0000
(23:04 -0600)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Sun, 16 Feb 2020 05:04:59 +0000
(23:04 -0600)
yahoo.h
patch
|
blob
|
history
diff --git
a/yahoo.h
b/yahoo.h
index e4f4645e20bbba8a9e64f2733b0a76e68f2e49e5..63f0189c59e5082c0875552bb0f835a24d3c5bd2 100644
(file)
--- a/
yahoo.h
+++ b/
yahoo.h
@@
-32,11
+32,8
@@
class YahooFormat : public Format
{
public:
- YahooFormat() {printf("Ctor\n");}
QVector<arglist_t>* get_args() override
{
- printf("Getting args\n");
-
return &yahoo_args;
}
@@
-46,7
+43,6
@@
public:
}
QVector<ff_cap> get_cap() const override {
- printf("Getting Cap\n");
return FF_CAP_RW_ALL;
//return { (ff_cap) ff_cap_read };
}